From 41c4e8c86e711300768eeb59d6bd1e77c60890da Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 24 Feb 2007 02:43:10 +0000 Subject: [PATCH] (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New member `min_handle'. --- src/macterm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/macterm.h b/src/macterm.h index d56287c348c..3d0b41f6efe 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -436,6 +436,9 @@ struct scroll_bar { /* The position and size of the scroll bar handle track area in pixels, relative to the frame. */ Lisp_Object track_top, track_height; + + /* Minimum length of the scroll bar handle, in pixels. */ + Lisp_Object min_handle; #endif }; -- 2.30.2